Player Transfer Out All
1. Request URL
URL: {APIURL}/api/v1/player/transferOutAll
2. Request Parameters:
| Parameter Name | Type | Description |
|---|---|---|
| UserID | string[4-40] | Operator’s unique player identifier |
| TraceId | string[4-40] | Transaction ID |
- Example:
复制{ "UserID": "user_id", "TraceId": "fdsafaagg1234" }
3. Return Result:
| Parameter Name | Type | Description |
|---|---|---|
| Amount | float | Total amount transferred out |
- Example:
复制{ "error": "", "data": { "Amount": 123.45 } }